home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
curses
/
crssrc16.zoo
/
test
/
Makefile
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1989-03-21
|
163 b
|
14 lines
ALL = BANDIT PUZZLE15
all: $(ALL)
BANDIT:
(cd bandit; make all)
PUZZLE15:
(cd puzzle15; make all)
clean:
(cd bandit; make clean)
(cd puzzle15; make clean)